home *** CD-ROM | disk | FTP | other *** search
- /* Kevo Interactive Compiler kernel */
- /* (c) Antero Taivalsaari 1991-1992 */
- /* Some parts (c) Antero Taivalsaari 1986-1988 */
- /* iconDef.h: Definitions for icon-based browser*/
-
- /*---------------------------------------------------------------------------*/
- /* Custom icons for the browser */
-
- /* The numbers here must match with ICN# resources in the resource file */
-
- #define PUBLICREFICON 300
- #define PUBLICVARICON 301
- #define PUBLICCONSTICON 302
- #define PUBLICMETHODICON 303
- #define PUBLICPRIMICON 304
-
- #define PRIVATEREFICON 310
- #define PRIVATEVARICON 311
- #define PRIVATECONSTICON 312
- #define PRIVATEMETHODICON 313
- #define PRIVATEPRIMICON 314
-
- #define ARRAYICON 350
-
-